Thu Jan 31 14:50:16 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkrc.default gtk/Makefile.am: Install a Default
RC file that sets the tooltips color to yellow. (#58542)
* gtk/gtksettings.c (gtk_settings_class_init): make
the default theme "Default", not NULL.
--- /dev/null
+#
+# This theme is the default theme if no other theme is selected.
+#
+style "gtk-default-tooltips-style" {
+ bg[NORMAL] = "#ffffc0"
+ fg[NORMAL] = "#000000"
+}
+
+widget "gtk-tooltips" style "gtk-default-tooltips-style"